home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 28 / develop Issue 28 code / Sketch / Source / Main / Documents.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-03  |  392 b   |  17 lines  |  [TEXT/CWIE]

  1. /****************************************************************************
  2.  * 
  3.  * Documents.h 
  4.  * 
  5.  * Public function prototypes and constants for Documents.c
  6.  * 
  7.  ****************************************************************************/
  8.  
  9. #ifndef __DOCUMENTS__
  10. #define __DOCUMENTS__
  11.  
  12. #include "Structs.h"            // for ADT types
  13.  
  14. DocumentReference        MakeNewDocument(StringPtr name);
  15.  
  16. #endif
  17.